From: Sachin Kamat Date: Fri, 18 Oct 2013 03:07:12 +0000 (-0300) Subject: [media] ths8200: Include linux/of.h header X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~6276^2~1166 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8f893815a25e2e11a9378e71c624c517f63c95e0;p=linux-4.9.git [media] ths8200: Include linux/of.h header 'of_match_ptr' is defined in linux/of.h. Include it explicitly to avoid build breakage in the future. Signed-off-by: Sachin Kamat Acked-by: Lad, Prabhakar Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/i2c/ths8200.c b/drivers/media/i2c/ths8200.c index 5ae2a4f16a52..8cf20f73ac3d 100644 --- a/drivers/media/i2c/ths8200.c +++ b/drivers/media/i2c/ths8200.c @@ -19,6 +19,7 @@ #include #include +#include #include #include